net/textproto.dotWriter.state (field)
8 uses
	net/textproto (current package)
		writer.go#L57: 	state int
		writer.go#L71: 		switch d.state {
		writer.go#L73: 			d.state = wstateData
		writer.go#L82: 				d.state = wstateCR
		writer.go#L86: 				d.state = wstateBeginLine
		writer.go#L90: 			d.state = wstateData
		writer.go#L92: 				d.state = wstateBeginLine
		writer.go#L108: 	switch d.state {
|  | The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |